[INFO] cloning repository https://github.com/areif-dev/sqlx-axum-mvc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/areif-dev/sqlx-axum-mvc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fareif-dev%2Fsqlx-axum-mvc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fareif-dev%2Fsqlx-axum-mvc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7871dbbef9fc7583615902607c67e01c39409a95
[INFO] testing areif-dev/sqlx-axum-mvc against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fareif-dev%2Fsqlx-axum-mvc" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/areif-dev/sqlx-axum-mvc
[INFO] finished tweaking git repo https://github.com/areif-dev/sqlx-axum-mvc
[INFO] tweaked toml for git repo https://github.com/areif-dev/sqlx-axum-mvc written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/areif-dev/sqlx-axum-mvc on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/areif-dev/sqlx-axum-mvc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b53f2c55249372132df9662455b90cbf58107f28ad8a26e1e83c0684cabd3e91
[INFO] running `Command { std: "docker" "start" "-a" "b53f2c55249372132df9662455b90cbf58107f28ad8a26e1e83c0684cabd3e91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b53f2c55249372132df9662455b90cbf58107f28ad8a26e1e83c0684cabd3e91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b53f2c55249372132df9662455b90cbf58107f28ad8a26e1e83c0684cabd3e91", kill_on_drop: false }`
[INFO] [stdout] b53f2c55249372132df9662455b90cbf58107f28ad8a26e1e83c0684cabd3e91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d7e936734373414c6d248f98bb49480326852a35d415c8708c682203a52a177
[INFO] running `Command { std: "docker" "start" "-a" "1d7e936734373414c6d248f98bb49480326852a35d415c8708c682203a52a177", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling sqlx-model v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
[INFO] running `Command { std: "docker" "inspect" "1d7e936734373414c6d248f98bb49480326852a35d415c8708c682203a52a177", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d7e936734373414c6d248f98bb49480326852a35d415c8708c682203a52a177", kill_on_drop: false }`
[INFO] [stdout] 1d7e936734373414c6d248f98bb49480326852a35d415c8708c682203a52a177
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0405b572c0a0ee7568663b7c44c2db1fb0ecb881cb7b436ccf3a2568056b9ce8
[INFO] running `Command { std: "docker" "start" "-a" "0405b572c0a0ee7568663b7c44c2db1fb0ecb881cb7b436ccf3a2568056b9ce8", kill_on_drop: false }`
[INFO] [stderr]    Compiling sqlx-model v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/sqlite.rs:588:19
[INFO] [stdout]     |
[INFO] [stdout] 588 |         SqlxError(sqlx::Error),
[INFO] [stdout]     |         --------- ^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 588 -         SqlxError(sqlx::Error),
[INFO] [stdout] 588 +         SqlxError(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/sqlite.rs:589:24
[INFO] [stdout]     |
[INFO] [stdout] 589 |         SerdeJsonError(serde_json::Error),
[INFO] [stdout]     |         -------------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 589 -         SerdeJsonError(serde_json::Error),
[INFO] [stdout] 589 +         SerdeJsonError(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.09s
[INFO] running `Command { std: "docker" "inspect" "0405b572c0a0ee7568663b7c44c2db1fb0ecb881cb7b436ccf3a2568056b9ce8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0405b572c0a0ee7568663b7c44c2db1fb0ecb881cb7b436ccf3a2568056b9ce8", kill_on_drop: false }`
[INFO] [stdout] 0405b572c0a0ee7568663b7c44c2db1fb0ecb881cb7b436ccf3a2568056b9ce8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5115795b5ac5a713c0720b0c474ddf3a04d0c462e9ca9ccd219b102924ef93d0
[INFO] running `Command { std: "docker" "start" "-a" "5115795b5ac5a713c0720b0c474ddf3a04d0c462e9ca9ccd219b102924ef93d0", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/sqlite.rs:588:19
[INFO] [stderr]     |
[INFO] [stderr] 588 |         SqlxError(sqlx::Error),
[INFO] [stderr]     |         --------- ^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 588 -         SqlxError(sqlx::Error),
[INFO] [stderr] 588 +         SqlxError(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/sqlite.rs:589:24
[INFO] [stderr]     |
[INFO] [stderr] 589 |         SerdeJsonError(serde_json::Error),
[INFO] [stderr]     |         -------------- ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 589 -         SerdeJsonError(serde_json::Error),
[INFO] [stderr] 589 +         SerdeJsonError(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlx-model` (lib test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlx_model-705db42a8ad506ee)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::test_sanitize ... ok
[INFO] [stdout] test sqlite::tests::test_create_table ... ok
[INFO] [stdout] test sqlite::tests::test_select_one ... ok
[INFO] [stdout] test sqlite::tests::test_gt ... ok
[INFO] [stdout] test sqlite::tests::test_le ... ok
[INFO] [stdout] test sqlite::tests::test_insert ... ok
[INFO] [stdout] test sqlite::tests::test_like ... ok
[INFO] [stdout] test sqlite::tests::test_delete ... ok
[INFO] [stdout] test sqlite::tests::test_ne ... ok
[INFO] [stdout] test sqlite::tests::test_lt ... ok
[INFO] [stdout] test sqlite::tests::test_ge ... ok
[INFO] [stdout] test sqlite::tests::test_select_many ... ok
[INFO] [stdout] test sqlite::tests::test_upsert ... ok
[INFO] [stderr]    Doc-tests sqlx_model
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - sanitize_name (line 20) ... ok
[INFO] [stdout] test src/sqlite.rs - sqlite::QueryBuilder<M>::eq (line 119) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/sqlite.rs - sqlite::QueryBuilder<M>::eq (line 119) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (121) panicked at src/sqlite.rs:60:78:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SqlxError(Database(SqliteError { code: 1, message: "no such table: TestModel" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b389f6611a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64b389f6611a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::trace_unsynchronized::<std[1209cfb42f6d497f]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64b389f6611a - std[1209cfb42f6d497f]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64b389f6611a - <<std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[4a92201981c6b77a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64b389f79b6a - <core[4a92201981c6b77a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64b389f79b6a - core[4a92201981c6b77a]::fmt::write
[INFO] [stdout]    6:     0x64b389f6a332 - std[1209cfb42f6d497f]::io::default_write_fmt::<std[1209cfb42f6d497f]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64b389f6a332 - <std[1209cfb42f6d497f]::sys::stdio::unix::Stderr as std[1209cfb42f6d497f]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64b389f4cb3f - <std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64b389f4cb3f - std[1209cfb42f6d497f]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64b389f5ebe1 - std[1209cfb42f6d497f]::panicking::default_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x64b389f5ee5b - std[1209cfb42f6d497f]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x64b389f4cbf8 - std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x64b389f41fa9 - std[1209cfb42f6d497f]::sys::backtrace::__rust_end_short_backtrace::<std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x64b389f4d87d - __rustc[4effac393e9f3da6]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x64b389f7a32c - core[4a92201981c6b77a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x64b389f7a0a2 - core[4a92201981c6b77a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x64b389bf658c - rust_out[b88cb90d1d05b049]::main::{closure#0}
[INFO] [stdout]   18:     0x64b389c13fc6 - <core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>> as core[4a92201981c6b77a]::future::future::Future>::poll
[INFO] [stdout]   19:     0x64b389bec4e6 - <tokio[d5c406cfb474e76b]::runtime::park::CachedParkThread>::block_on::<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>::{closure#0}
[INFO] [stdout]   20:     0x64b389bd83c6 - <tokio[d5c406cfb474e76b]::runtime::park::CachedParkThread>::block_on::<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>
[INFO] [stdout]   21:     0x64b389bd4e2b - <tokio[d5c406cfb474e76b]::runtime::context::blocking::BlockingRegionGuard>::block_on::<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>
[INFO] [stdout]   22:     0x64b389beadd1 - <tokio[d5c406cfb474e76b]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>::{closure#0}
[INFO] [stdout]   23:     0x64b389be5d33 - tokio[d5c406cfb474e76b]::runtime::context::runtime::enter_runtime::<<tokio[d5c406cfb474e76b]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]   24:     0x64b389bd500d - <tokio[d5c406cfb474e76b]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>
[INFO] [stdout]   25:     0x64b389bd3e6d - <tokio[d5c406cfb474e76b]::runtime::runtime::Runtime>::block_on_inner::<core[4a92201981c6b77a]::pin::Pin<alloc[420bb310a727dfd7]::boxed::Box<rust_out[b88cb90d1d05b049]::main::{closure#0}>>>
[INFO] [stdout]   26:     0x64b389bd42c3 - <tokio[d5c406cfb474e76b]::runtime::runtime::Runtime>::block_on::<rust_out[b88cb90d1d05b049]::main::{closure#0}>
[INFO] [stdout]   27:     0x64b389c02ee7 - rust_out[b88cb90d1d05b049]::main
[INFO] [stdout]   28:     0x64b389c155b3 - <fn() as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   29:     0x64b389be3126 - std[1209cfb42f6d497f]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   30:     0x64b389bedb69 - std[1209cfb42f6d497f]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   31:     0x64b389f5e137 - <&dyn core[4a92201981c6b77a]::ops::function::Fn<(), Output = i32> + core[4a92201981c6b77a]::panic::unwind_safe::RefUnwindSafe + core[4a92201981c6b77a]::marker::Sync as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   32:     0x64b389f5e137 - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<&dyn core[4a92201981c6b77a]::ops::function::Fn<(), Output = i32> + core[4a92201981c6b77a]::panic::unwind_safe::RefUnwindSafe + core[4a92201981c6b77a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x64b389f5e137 - std[1209cfb42f6d497f]::panicking::catch_unwind::<i32, &dyn core[4a92201981c6b77a]::ops::function::Fn<(), Output = i32> + core[4a92201981c6b77a]::panic::unwind_safe::RefUnwindSafe + core[4a92201981c6b77a]::marker::Sync>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x64b389f5e137 - std[1209cfb42f6d497f]::panic::catch_unwind::<&dyn core[4a92201981c6b77a]::ops::function::Fn<(), Output = i32> + core[4a92201981c6b77a]::panic::unwind_safe::RefUnwindSafe + core[4a92201981c6b77a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x64b389f5e137 - std[1209cfb42f6d497f]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/rt.rs:175:24
[INFO] [stdout]   36:     0x64b389f5e137 - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<std[1209cfb42f6d497f]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x64b389f5e137 - std[1209cfb42f6d497f]::panicking::catch_unwind::<isize, std[1209cfb42f6d497f]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x64b389f5e137 - std[1209cfb42f6d497f]::panic::catch_unwind::<std[1209cfb42f6d497f]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x64b389f5e137 - std[1209cfb42f6d497f]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/rt.rs:171:5
[INFO] [stdout]   40:     0x64b389bdc411 - std[1209cfb42f6d497f]::rt::lang_start::<()>
[INFO] [stdout]   41:     0x64b389c16515 - main
[INFO] [stdout]   42:     0x75bf3d1491ca - <unknown>
[INFO] [stdout]   43:     0x75bf3d14928b - __libc_start_main
[INFO] [stdout]   44:     0x64b389bd19b5 - _start
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/sqlite.rs - sqlite::QueryBuilder<M>::eq (line 119)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.68s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5115795b5ac5a713c0720b0c474ddf3a04d0c462e9ca9ccd219b102924ef93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5115795b5ac5a713c0720b0c474ddf3a04d0c462e9ca9ccd219b102924ef93d0", kill_on_drop: false }`
[INFO] [stdout] 5115795b5ac5a713c0720b0c474ddf3a04d0c462e9ca9ccd219b102924ef93d0
